home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1995…tember: Reference Library / Dev.CD Sep 95 RL / Dev.CD Sep 95 RL.toast / mac / Technical Documentation / develop / develop Issue 9 code / TermWindow / Load.c next >
Encoding:
C/C++ Source or Header  |  1992-01-06  |  1.5 KB  |  58 lines  |  [TEXT/MPS ]

  1. /******************************************************************************
  2. **
  3. **  Project Name:    SampleTermWindow
  4. **     File Name:    Load.c
  5. **
  6. **   Description:    Source for building dumpfile.
  7. **
  8. **                       Copyright © 1988-1991 Apple Computer, Inc.
  9. **                       All rights reserved.
  10. **
  11. *******************************************************************************
  12. **                       A U T H O R   I D E N T I T Y
  13. *******************************************************************************
  14. **
  15. **    Initials    Name
  16. **    --------    -----------------------------------------------
  17. **    CSH            Craig Hotchkiss
  18. **
  19. *******************************************************************************
  20. **                      R E V I S I O N   H I S T O R Y
  21. *******************************************************************************
  22. **
  23.     Change History (most recent first):
  24. **
  25. ******************************************************************************/
  26.  
  27.  
  28.  
  29. #include     <Values.h>
  30. #include     <Types.h>
  31. #include     <Resources.h>
  32. #include     <QuickDraw.h>
  33. #include     <Fonts.h>
  34. #include     <Events.h>
  35. #include     <Windows.h>
  36. #include     <Menus.h>
  37. #include     <TextEdit.h>
  38. #include     <Dialogs.h>
  39. #include     <Desk.h>
  40. #include     <ToolUtils.h>
  41. #include     <Memory.h>
  42. #include     <SegLoad.h>
  43. #include     <Files.h>
  44. #include     <OSUtils.h>
  45. #include     <OSEvents.h>
  46. #include     <DiskInit.h>
  47. #include     <Packages.h>
  48. #include     <Traps.h>
  49.  
  50.     //these are specific to TermWindow
  51. #include     <CommResources.h>
  52. #include     <CTBUtilities.h>
  53. #include     <GestaltEqu.h>
  54. #include     <Terminals.h>
  55.  
  56.  
  57. #pragma     dump         __DUMP__                
  58.